/*
  demention GearBox HTML Template  - fonts CSS
  _____________________________________________
  import fonts from google
	-Droid Sans
	-Droid Sans bold
	-Droid Serif
*/

/*
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700|Droid+Serif);
*/


	/*here we style elements using the fonts we've imported */


	/*fontface-1*/
	body,
	button,
	input, textarea, select,option,optgroup,
	.widget .title, 
	.section-title,
	.fontface,.post-info,
	
	.sub-title, 
	thead, 
	#page-header .title, #page-header .sub, 
	.accordion .header, .tabbed .tabs, 
	.success .title, .info .title, .alert .title, .error .title, .notes .title, 
	blockquote, 
	.pricing.box .title, .pricing.box .price small, 
	.comment .name, 
	.twitterStatus, 
	.demention-caption .title,

	.post .title,
	.recent-posts li .title,
	.dropcap,
	.pricing.box .price,
	h1,h2,h3,h4,h5,h6, 
	.demention-caption .title,
	
	.title-format-1,
	#navigation > ul > li > a,	
	#page .title-format-1,
	.fontface-1,
	#page .fontface-1{
		font-family:"ËÎÌå"; !important; 
		font-style:normal;
	}



	/*fontface-2*/
	.title-format-2,
	#page .title-format-2,
	.fontface-2,
	#page .fontface-2 {
		font-family:'Droid Serif', serif !important;
		font-style:normal;
		font-weight:normal;	
	}



	/*fontface-3*/

	.title-format-3,
	#page .title-format-3,
	.fontface-3	,
	#page .fontface-3 {
		font-family:georgia, serif !important;
		font-weight:normal;	
	}
	

	/*todo		
	.sub-title, thead, #page-header .title, #page-header .sub, .accordion .header, .tabbed .tabs, .success .title, .info .title, .alert .title, .error .title, .notes .title, blockquote, .pricing.box .title, .pricing.box .price small, .comment .name, .twitterStatus, .title-format-3	{
		font-style:normal;
		font-family: "Droid Sans" !important;
	}	


	/*fontface-2*/
	
	.title-format-2,
	#page .title-format-2,
	.fontface-2,
	#page .fontface-2 {
		font-family:'Droid Sans', sans-serif !important; 
		font-style:normal;
		font-weight:normal;	
	}
	